home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / THEADERED / THEADERED.txt
Text File  |  2004-10-12  |  2KB  |  98 lines

  1. object HeaderEd: THeaderEd
  2.   Left = 245
  3.   Top = 110
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit Header Field'
  7.   ClientHeight = 252
  8.   ClientWidth = 401
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 16
  24.     Top = 24
  25.     Width = 120
  26.     Height = 13
  27.     Caption = '&Display this header field as'
  28.     FocusControl = eName
  29.   end
  30.   object Label2: TLabel
  31.     Left = 16
  32.     Top = 72
  33.     Width = 226
  34.     Height = 13
  35.     Caption = '&RFC Name (as it is used in the RFC 822 header)'
  36.     FocusControl = eHandle
  37.   end
  38.   object eName: TEdit
  39.     Left = 16
  40.     Top = 40
  41.     Width = 369
  42.     Height = 21
  43.     TabOrder = 0
  44.   end
  45.   object eHandle: TEdit
  46.     Left = 16
  47.     Top = 88
  48.     Width = 369
  49.     Height = 21
  50.     TabOrder = 1
  51.   end
  52.   object cbAddrList: TCheckBox
  53.     Left = 16
  54.     Top = 128
  55.     Width = 369
  56.     Height = 17
  57.     Caption = 'This field is an &address list'
  58.     TabOrder = 2
  59.   end
  60.   object cbEditor: TCheckBox
  61.     Left = 16
  62.     Top = 152
  63.     Width = 369
  64.     Height = 17
  65.     Caption = 'Allow to &edit this field in the Message Editor'
  66.     TabOrder = 3
  67.   end
  68.   object bOK: TButton
  69.     Left = 192
  70.     Top = 216
  71.     Width = 91
  72.     Height = 25
  73.     Caption = '&OK'
  74.     Default = True
  75.     ModalResult = 1
  76.     TabOrder = 5
  77.     OnClick = bOKClick
  78.   end
  79.   object bCancel: TButton
  80.     Left = 296
  81.     Top = 216
  82.     Width = 89
  83.     Height = 25
  84.     Cancel = True
  85.     Caption = 'Cancel'
  86.     ModalResult = 2
  87.     TabOrder = 6
  88.   end
  89.   object cbScroll: TCheckBox
  90.     Left = 16
  91.     Top = 176
  92.     Width = 369
  93.     Height = 17
  94.     Caption = 'Display this field on the scrollable part of the header pane'
  95.     TabOrder = 4
  96.   end
  97. end
  98.